demo pre-commit fixes#1
Open
scottstanie wants to merge 1 commit intoxhuang-jpl:hres_ml_to_plfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm not necessarily opening this to actually merge into your PR, but rather to demo the list of auto-fixes that would be good to address.
I added the python linter settings for pre-commit/ruff from dolphin (which i mostly stole from from Geoff's settings.
Ignore the .precommit and pyproject changes (as in, no need to add to your PR.) They are just added so we get the automatic python linting by Ruff
Also,one that you could safely ignore is the change to the
PV_COEFF_Acoefficients- but I would want to see some explanation of where those come from/what they are.I would also guess that if you added types to the variables/functions outputs there might be some
mypyerrors too, but it skips untyped functions.Here is the list of
rufferrors, most are worth addressing:and just FYI, the first run of
pre-commit run --files src/pyaps3/ecmwfml2pl.pyproduced these, 2/3 of which were auto-fixed (which are the changes in this PR)